lossless - определение. Что такое lossless
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое lossless - определение

DATA COMPRESSION APPROACH ALLOWING PERFECT RECONSTRUCTION OF THE ORIGINAL DATA
Data compression/lossless; Lossless; Lossless encoding; Lossless encoder; Lossless codec; Losslessly; Loseless; Magic compression algorithm; Maximum Compression Benchmark; Calgary Challenge; Lossless compression benchmarks; Lossless data compression; Lossless format; Reversible compression; General purpose lossless compression methods; Lossless 3D compression; 🆩; Generic Compression Benchmark; Lossless Video Compression; List of lossless compression methods; Benchmarks for lossless compression
Найдено результатов: 308
lossless         
<algorithm, compression> A term describing a data compression algorithm which retains all the information in the data, allowing it to be recovered perfectly by decompression. Unix compress and GNU gzip perform lossless compression. Opposite: lossy. (1995-03-29)
Lossless         
·adj Free from loss.
lossless         
¦ adjective
1. without dissipation of electrical or electromagnetic energy.
2. Computing (of data compression) without loss of information.
Lossless compression         
Lossless compression is a class of data compression that allows the original data to be perfectly reconstructed from the compressed data with no loss of information. Lossless compression is possible because most real-world data exhibits statistical redundancy.
Lossless join decomposition         
DECOMPOSITION OF A DATABASE RELATION SUCH THAT A NATURAL JOIN OF THE RESULTING RELATIONS YIELDS BACK THE ORIGINAL RELATION
Lossless-join decomposition; Lossless-Join Decomposition
In database design, a lossless join decomposition is a decomposition of a relation R into relations R_1, R_2 such that a natural join of the two smaller relations yields back the original relation. This is central in removing redundancy safely from databases while preserving the original data.
Lossless predictive audio compression         
LOSSLESS AUDIO CODING FORMAT
Lossless Predictive Audio Compression
Lossless predictive audio compression (LPAC) is an improved lossless audio compression algorithm developed by Tilman Liebchen, Marcus Purat and Peter Noll at Institute for Telecommunications, Technical University Berlin (TU Berlin), to compress PCM audio in a lossless manner, unlike conventional audio compression algorithms which are lossy.
Lossless Predictive Audio Compression         
LOSSLESS AUDIO CODING FORMAT
Lossless Predictive Audio Compression
<audio, compression> (LPAC) A lossless audio compression algorithm with compression ratios from 1.5 to 4, depending on the input. Software is available for Microsoft Windows, Linux and Solaris. LPAC files (*.pac) can be played with a Winamp plug-in. Lossless Predictive Audio Compressionliebchen/lpac.html">http://www-ft.ee.tu-berlin.de/Lossless Predictive Audio Compressionliebchen/lpac.html. (2001-12-17)
Structures for lossless ion manipulations         
  • Mirrored halves of the PCBs comprising a SLIM setup.
Structures for Lossless Ion Manipulations (SLIM); Structures for Lossless Ion Manipulations
Structures for lossless ion manipulations (SLIM) are a form of ion optics to which various radio frequency and dc electric potentials can be applied and used to enable a broad range of ion manipulations, such as separations based upon ion mobility spectrometry, reactions (unimolecular, ion-molecule, and ion-ion), and storage (i.e.
Windows Media Audio         
  • Label for 5.1 surround sound, the maximum channel configuration for Windows Media Audio Lossless.
AUDIO DATA COMPRESSION TECHNOLOGY
Windows Media Audio 9 Lossless; WMA Lossless; Windows Media Audio Lossless; XMA (audio format); Windows media audio 10; XMA audio format; WMA lossless; WMA9; WMA Pro; WMA (software); Windows Media Player lossless; Windows Media Player Lossless; Msaudio; Microsoft Windows Media Technologies 4.0
Windows Media Audio (WMA) is a series of audio codecs and their corresponding audio coding formats developed by Microsoft with the composer Stan LePard. It is a proprietary technology that forms part of the Windows Media framework.
Lossless Transform Audio Compression         
AUDIO COMPRESSION ALGORITHM
Lossless Transform Audio Compression (LTAC) is a compression algorithm developed by Tilman Liebchen, Marcus Purat and Peter Noll at Institute for Telecommunications, Technical University Berlin (TU Berlin), to compress PCM audio in a lossless manner, unlike conventional lossy audio compression algorithms (like MP3).

Википедия

Lossless compression

Lossless compression is a class of data compression that allows the original data to be perfectly reconstructed from the compressed data with no loss of information. Lossless compression is possible because most real-world data exhibits statistical redundancy. By contrast, lossy compression permits reconstruction only of an approximation of the original data, though usually with greatly improved compression rates (and therefore reduced media sizes).

By operation of the pigeonhole principle, no lossless compression algorithm can efficiently compress all possible data. For this reason, many different algorithms exist that are designed either with a specific type of input data in mind or with specific assumptions about what kinds of redundancy the uncompressed data are likely to contain. Therefore, compression ratios tend to be stronger on human- and machine-readable documents and code in comparison to entropic binary data (random bytes).

Lossless data compression is used in many applications. For example, it is used in the ZIP file format and in the GNU tool gzip. It is also often used as a component within lossy data compression technologies (e.g. lossless mid/side joint stereo preprocessing by MP3 encoders and other lossy audio encoders).

Lossless compression is used in cases where it is important that the original and the decompressed data be identical, or where deviations from the original data would be unfavourable. Typical examples are executable programs, text documents, and source code. Some image file formats, like PNG or GIF, use only lossless compression, while others like TIFF and MNG may use either lossless or lossy methods. Lossless audio formats are most often used for archiving or production purposes, while smaller lossy audio files are typically used on portable players and in other cases where storage space is limited or exact replication of the audio is unnecessary.